home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5800 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  993 b 

  1. Path: news.magg.net!news
  2. From: n4mwd@magg.net (Dennis Hawkins)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Looking for a clear screen function
  5. Date: Wed, 21 Feb 1996 01:26:07 GMT
  6. Organization: M.A.G. Information Services (MAGG.NET)
  7. Message-ID: <4gdotr$p36@dopey.magg.net>
  8. References: <4gaeba$d9h@nkosi.well.com> <3129AC77.5F25@fokus.gmd.de> <TANMOY.96Feb20084655@qcd.lanl.gov>
  9. NNTP-Posting-Host: wpb-126.magg.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. tanmoy@qcd.lanl.gov (Tanmoy Bhattacharya) wrote:
  13.  
  14. >In article <3129AC77.5F25@fokus.gmd.de> Watson <sayegh@fokus.gmd.de>
  15. >writes: 
  16. >   > Does anyone know of a clear screen function to use both in turboC++ on
  17. >   > a PC and one to use in standard C for Unix machines
  18.  
  19. >   There's no standard function to clear
  20. >   the screen. In TurboC I guess it's clrscr()
  21. >   (prototyped in <conio.h>), with Unix it's
  22. >   clear()/wclear() (<curses.h>).
  23.  
  24. Doesn't the ANSI.SYS driver provide an escape code similar to CURSES.H
  25. that allows the screen to be cleared?
  26.  
  27.